home *** CD-ROM | disk | FTP | other *** search
- // Persistence of Vision Ray Tracer Scene Description File
- // File: keys.pov
- // Vers: 3.01 Watcom Win32
- // Desc: Sample Scene File for keyboard.pov
- // Date: May 20, 1997
- // Auth: Sonya Roberts
- // Note: Send questions to sonya_roberts@geocities.com
- // Check out my homepages! They're at:
- // http://webhome.idirect.com/~sonyar
- // http://www.geocities.com/SoHo/Lofts/1022
-
- // ==== Standard Includes ====
- #include "colors.inc"
-
- camera {
- location <0,.75,-1>
- up <0,1,0>
- right <1.33,0,0>
- look_at <-.05,0,.25>
- }
-
-
- light_source {
- <50,50,-50>,
- color White
- area_light
- <15,0,0>,<0,15,0>,6,6
- adaptive 2
- }
-
- light_source {
- <-200,100,-20>,
- color Gray30
- }
-
- #include "keyboard.pov"
- object {Keyboard rotate y*-10}
-